home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Programmation / jedit / jedit5.1.0install.exe / {app} / jars / QuickNotepad.jar / changes44.txt < prev    next >
Text File  |  2012-05-31  |  504b  |  11 lines

  1. Changes required to conform to jEdit 4.4 API:
  2.  
  3. # Even if you don't store additional files, this is a good idea to set so you get 0 instead of unknown:
  4. plugin.QuickNotepadPlugin.usePluginHome=true
  5.  
  6. # Added a .description property. this is the "short description":
  7. plugin.QuickNotepadPlugin.description=This plugin provides a dockable "scratch pad" for writing and displaying notes, to do lists or similar items as unformatted text.
  8.  
  9. Provided a long description in an accompanying file "description.html"
  10.  
  11.